Skip to content

feat(plugins): add reflexion plugin for self-refinement#65

Merged
amondnet merged 5 commits into
mainfrom
64-feat-add-reflexion-plugin-for-self-refinement
Dec 23, 2025
Merged

feat(plugins): add reflexion plugin for self-refinement#65
amondnet merged 5 commits into
mainfrom
64-feat-add-reflexion-plugin-for-self-refinement

Conversation

@amondnet

Copy link
Copy Markdown
Contributor

Summary

Add a reflexion plugin that implements self-refinement techniques based on academic research. This plugin introduces feedback and refinement loops to improve output quality.

Features

  • /reflexion:reflect - Self-refinement with complexity triage (Quick/Standard/Deep paths)
  • /reflexion:critique - Multi-agent review with 3 specialized judges
  • /reflexion:memorize - CLAUDE.md context curation using Agentic Context Engineering

Scientific Foundation

Based on peer-reviewed research demonstrating 8-21% improvement in output quality:

Files Changed

plugins/reflexion/
├── .claude-plugin/plugin.json   # Plugin manifest
├── README.md                    # Documentation
└── commands/
    ├── reflect.md               # Self-refinement command
    ├── critique.md              # Multi-agent review command
    └── memorize.md              # Memory consolidation command

Test Plan

  • Verify plugin.json is valid JSON
  • Verify all commands have correct frontmatter
  • Test /reflexion:reflect command execution
  • Test /reflexion:critique command execution
  • Test /reflexion:memorize command execution

Closes #64

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add reflexion plugin for self-refinement

1 participant